libsolr-java software package provides Enterprise search server based on Lucene - Java libraries, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libsolr-java
libsolr-java is installed in your system.
Make ensure the libsolr-java package were installed using the commands given below,
$ sudo dpkg-query -l | grep libsolr-java *
You will get with libsolr-java package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Java |
| Package | libsolr-java |
| Version | 3.6.2+dfsg-2 |
| Description | Enterprise search server based on Lucene - Java libraries |
| Sub Section | Java |